home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib6
/
v_08_10
/
8n10088a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
258 b
|
19 lines
Listing 4:
/* Write to printer, using stdprn */
#include <stdio.h>
function()
{
int x, y, z;
x = 5;
y = 6;
z = X + y;
fprintf (stdprn, "The answer is %10d", z);
}